home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / lib / udev / rules.d / 90-iphone-tether.rules < prev    next >
Encoding:
Text File  |  2010-02-12  |  298 b   |  8 lines

  1. # udev rules for setting correct configuration and pairing on tethered iPhones
  2. ATTR{idVendor}!="05ac", GOTO="ipheth_rules_end"
  3.  
  4. # Execute pairing program when appropriate
  5. ACTION=="add", SUBSYSTEM=="net", ENV{ID_USB_DRIVER}=="ipheth", SYMLINK+="iphone", RUN+="ipheth-pair"
  6.  
  7. LABEL="ipheth_rules_end"
  8.